home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / JONES / LOGIN / doc / readonly < prev   
Text File  |  1995-08-29  |  635b  |  19 lines

  1. Readme file for readonly.
  2.  
  3. This program is Copyright (C) 1994,1995 Alun Jones, auj@aber.ac.uk
  4. It is freeware, which means you can copy it freely, on the condition that
  5. you don't charge more than a nominal fee for the distribution media. You're
  6. welcome to make changes to the source code, recompile it, or whatever. I'd
  7. like to keep track of any interesting additions, and am happy to receive bug
  8. reports.
  9.  
  10. Instructions for readonly.
  11.  
  12. Readonly marks a system variable as being read-only. Once marked, any
  13. attempt to change the value of the variable will cause an error to be
  14. generated. Usage is simple:
  15.  
  16.    Set Foo Bar
  17.    readonly Foo
  18.  
  19.